Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.20 backports #1603

Merged
merged 23 commits into from
Dec 16, 2024
Merged

0.20 backports #1603

merged 23 commits into from
Dec 16, 2024

Conversation

sdroege
Copy link
Member

@sdroege sdroege commented Dec 16, 2024

No description provided.

sdroege and others added 6 commits December 16, 2024 18:45
This trait represents a parsed method call with deserialized arguments,
to abstract over call parsing.

Then add new registration builder helpers to register method calls with
a simplified callback which receives parsed arguments, and can
optionally return an async result.
bilelmoussaoui and others added 5 commits December 16, 2024 20:22
Only the ones that can be generated now without requiring any manual
implementations.
Leave it up to the consumer to determine the specific version.
It was not exported at all before.

Fixes gtk-rs#1597
…t_with_closures()

Assume that the invocation is passed as `transfer full` into the
closure.

This workaround is not going to break with future versions of
GLib as fixing the bug was considered a breaking API change.

See https://gitlab.gnome.org/GNOME/glib/-/merge_requests/4427
@sdroege
Copy link
Member Author

sdroege commented Dec 16, 2024

Once this passes, I'll get out a round of bugfix releases for gtk-rs-core later. gtk4-rs tomorrow, gstreamer-rs Wednesday, gst-plugins-rs Thursday.

@bilelmoussaoui
Copy link
Member

Is the part where we ignore the clippy warning still needed with the latest gir changes?

@sdroege
Copy link
Member Author

sdroege commented Dec 16, 2024

Yes

@sdroege
Copy link
Member Author

sdroege commented Dec 16, 2024

In 0.20 only, in main it should be fine

@sdroege sdroege merged commit 1a7a6be into gtk-rs:0.20 Dec 16, 2024
48 checks passed
@sdroege sdroege deleted the 0.20-backports branch December 16, 2024 21:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants